home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / DBman d1.adf / CONFIG.DBM < prev    next >
Text File  |  1991-01-07  |  2KB  |  40 lines

  1. **Note remove the ** from the command to enable it.  ** means comment out
  2. **Maximum number of files dBMAN can open
  3. FILES=30
  4. **Number of 1k block cache buffer. Increase to speed operations!
  5. BUFFERS=128
  6. **Number and size (in bytes) of global memory variables.
  7. GBLCNT=256
  8. GBLSIZE=8000
  9. **Number and size (in bytes) of X global memory variables.
  10. XGBLCNT=256
  11. GBLSIZE=8000
  12. **Number of bytes the picture buffer holds.
  13. PICTBFSZ=4000
  14. **Number of compiled programs contained in memory.
  15. PROGRAMS=2
  16. **Number of program buffers.
  17. PRGBFCNT=2
  18. **Size in bytes the program buffer is.
  19. PRGBFSIZE=12000
  20. **Enable/Disable Y memory variable file closing. 0=Disable 1=Enable.
  21. CLOSEYLOC=1
  22. **Word processor for MODIFY COMMAND, or memo fields.
  23. *WP=
  24. **Define a dBMAN to execute immediately after loading.
  25. **COMMAND= DO MAIN
  26. **Enable/Disable dBASE3+ mode. 1=dBASE on 0=dBASE3 off
  27. DBASE3= 1
  28. **Enable/Disable direct video ram. (PC version only). 1=enable 0=disable
  29. **VIDEORAM= 1
  30. **Maximum row for the video display
  31. ROWMX=34
  32. **Maximum column for the video display.
  33. **COLMX=80
  34. **System flags: 64:workbench,32:interlace,16:full-color,8:workbench palette
  35. **              + number of bitplanes (default 3)
  36. SYSFLAGS=19
  37. **This table tells dBMAN how to translate upper and lower case foreign
  38. **characters.  Syntax: <Character><Lower><Upper>,etc...
  39. _EUROKEYS=<196><228><196>,<197><229><197>,<202><234><202>,<203><235><203>,<206><238><206>,<207><239><207>,<212><244><212>,<214><246><214>,<218><250><218>,<220><252><220>,<228><228><196>,<229><229><197>,<234><234><202>,<235><235><203>,<238><238><206>,<239><239><207>,<244><244><212>,<245><245><213>,<250><250><218>,<251><251><219>
  40.